projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2496e85
)
(copyright-limit): Fix sense typo in defsubst.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 17 Aug 2007 22:18:54 +0000
(22:18 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 17 Aug 2007 22:18:54 +0000
(22:18 +0000)
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index fc6ff213c6ffc81534c51e7ed332edd9773d5468..cc392a36f04b15c01e5b214eb286ac7a3bf3d23c 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-91,8
+91,7
@@
When this is `function', only ask when called non-interactively."
"String representing the current year.")
(defsubst copyright-limit () ; re-search-forward BOUND
- (or (not copyright-limit)
- (+ (point) copyright-limit)))
+ (and copyright-limit (+ (point) copyright-limit)))
(defun copyright-update-year (replace noquery)
(when